type runtime.atomicOffAddr
8 uses
runtime (current package)
mgcscavenge.go#L1047: searchAddrBg atomicOffAddr
mgcscavenge.go#L1048: searchAddrForce atomicOffAddr
mranges.go#L172: type atomicOffAddr struct {
mranges.go#L179: func (b *atomicOffAddr) Clear() {
mranges.go#L193: func (b *atomicOffAddr) StoreMin(addr uintptr) {
mranges.go#L210: func (b *atomicOffAddr) StoreUnmark(markedAddr, newAddr uintptr) {
mranges.go#L216: func (b *atomicOffAddr) StoreMarked(addr uintptr) {
mranges.go#L222: func (b *atomicOffAddr) Load() (uintptr, bool) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |